projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb24727
)
Fix up the resource generation for icons
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 27 Jul 2018 13:02:18 +0000
(09:02 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 27 Jul 2018 13:08:27 +0000
(09:08 -0400)
The script was looking in the wrong subdirectories.
gtk/gen-gtk-gresources-xml.py
patch
|
blob
|
history
diff --git
a/gtk/gen-gtk-gresources-xml.py
b/gtk/gen-gtk-gresources-xml.py
index 99a687f40cefdef8196a10586b6ada9122681460..67700d683a27f52351372c4134baad0fd4659948 100644
(file)
--- a/
gtk/gen-gtk-gresources-xml.py
+++ b/
gtk/gen-gtk-gresources-xml.py
@@
-62,7
+62,7
@@
for f in get_files('ui', '.ui'):
xml += '\n'
for s in ['16x16', '24x24', '32x32', '48x48']:
- for c in ['
actions', 'statu
s']:
+ for c in ['
categorie
s']:
icons_dir = 'icons/{0}/{1}'.format(s,c)
if os.path.exists(os.path.join(srcdir,icons_dir)):
for f in get_files(icons_dir, '.png'):